From c7481fc6dcdb621f204bcaa8313af391aac4c8e7 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 25 Sep 2003 19:11:37 +0000 Subject: [PATCH] (fns.o): Depend on md5.h. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index c0200af35b6..9b12324ec68 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1172,7 +1172,7 @@ eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ $(config_h) floatfns.o: floatfns.c $(config_h) fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ - frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h + frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \ $(config_h) dispextern.h msdos.h composite.h lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \ -- 2.30.2